home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / pxdds101.zip / DDS.DOC next >
Text File  |  1993-12-05  |  2KB  |  42 lines

  1. DOS Disk Speed   Version 1.01   (c) Copyright 1994, Michael Gallias
  2.  
  3. This program tests the disk speed using simple disk reads and
  4. writes.  There are a lot of fancy testers out there that give great
  5. reports, but the source is never released and the figures they
  6. release are sometimes dubious.
  7.  
  8. Type DDS to run the program.  700kb of free disk space is needed for
  9. the program to run.  Disable any read or write caches you have
  10. enabled otherwise the cache speed is tested, not the disk speed.
  11.  
  12. The program creates a temporary file called TEMP.$$$ so don't run
  13. the program if you have such a file in the current directory.  (You
  14. shouldn't have such a file.)
  15.  
  16. Press a key to continue or exit when DDS is running.
  17.  
  18. You may modify the source code for your own use, but you may not
  19. distribute the modified code.  If you distribute this program, please
  20. distribute the .EXE file and the .PAS file with all the .DOC files
  21. together, all unmodified.  You may use this program freely, but a
  22. postcard would be appreciated.  See DETAILS.DOC for my address.
  23. If you really want to, you can send me a small donation.  If you
  24. like the program, I just want a postcard.  As this is free software
  25. I take no responsibility for any losses or damages caused by it.
  26.  
  27. Please EMail me or write to me with comments, suggestions or bug
  28. reports.
  29.  
  30. To compile the source code, you will need the following source code
  31. units, also written by me (also postware):
  32.  
  33. PSSTR           Pascal Strings
  34. PSCMD           Pascal Command Line Control
  35.  
  36. They should be available at the same BBS or FTP site that you
  37. collected this file from.
  38.  
  39. Ciao
  40. Michael
  41.  
  42.